Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NDesigner Class / CreatePropertyEditors Method / CreatePropertyEditors(NNode,NEditor,NProperty[]) Method
the node to edit
editor that will own the created editor


In This Topic
    CreatePropertyEditors(NNode,NEditor,NProperty[]) Method
    In This Topic
    Creates the property editors for the specified properties.
    Syntax
    'Declaration
     
    
    Public Overloads Function CreatePropertyEditors( _
       ByVal node As NNode, _
       ByVal editor As NEditor, _
       ByVal ParamArray properties() As NProperty _
    ) As NList(Of NPropertyEditor)
    'Usage
     
    
    Dim instance As NDesigner
    Dim node As NNode
    Dim editor As NEditor
    Dim properties() As NProperty
    Dim value As NList(Of NPropertyEditor)
     
    value = instance.CreatePropertyEditors(node, editor, properties)
    public NList<NPropertyEditor> CreatePropertyEditors( 
       NNode node,
       NEditor editor,
       params NProperty[] properties
    )

    Parameters

    node
    the node to edit
    editor
    editor that will own the created editor
    properties
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also